home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / drdtips.zip / 1306.TXT < prev    next >
Text File  |  1991-12-31  |  1KB  |  31 lines

  1. Document 1306
  2. LOADING DR DOS IN UPPER MEMORY ONLY
  3.  
  4. Description:
  5.  
  6. There are certain conditions under which you may wish to not
  7. load DR DOS system files into HMA (High Memory Area) due to the
  8. fact that other applications may need to use it. Some of these
  9. applications include Desqview and XMSNET (Novell Netware)
  10. Another application under which you may wish to not use the HMA
  11. is if you are trying to run Windows in enhanced mode on a 2
  12. megabyte computer. Since Windows requires 1 megabyte of XMS
  13. memory you cannot use any of the HMA.
  14.  
  15. Example:
  16. To keep DR DOS 6.0 out of the HMA:
  17.  
  18. 1)  Make sure that the /MH option is not used on any of the DR
  19. DOS 6.0 commands that support it.  This includes SHELL, SHARE
  20. and Delwatch. Use the /MU option instead on these files.
  21.  
  22. 2)  Make sure that the HIBUFFERS command is not used in the
  23. CONFIG.SYS file.  This command will use the HMA even if the
  24. Kernel is not put there with /BDOS=FFFF.
  25.  
  26. 3)  Make sure that the /BDOS option reads: /BDOS=AUTO.
  27.  
  28. 386 computers can also use HIDOS.SYS with /B=AUTO. This will
  29. prevent you from hiloading but this is not an issue with 3rd
  30. party memory  managers.
  31.